-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
Subscribing! |
Why not minimist? |
Because minimist is similarly to ronin not really maintained anymore at the moment. |
@dignifiedquire Can we talk to someone about that? Maybe @substack would be interested in handing it over to someone, or something? |
This is now ready for review @RichardLitt @diasdavid All failing tests are as far as I can see from the duplexify issues, but will wait for CI to confirm that. |
e17cb3f
to
1771ce3
Compare
updateNotifier({ | ||
pkg, | ||
updateCheckInterval: 1000 * 60 * 60 * 24 * 7 // 1 week | ||
}).notify() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Does this solve the 'help text' issue for the commands? |
ac629ea
to
a351eb0
Compare
yes |
c2ff344
to
7510fdf
Compare
@diasdavid getting green, please review :) |
5440bf3
to
b595eaa
Compare
New output > node src/cli/bin.js files --help
src/cli/bin.js files
Commands:
add <file> Add a file to IPFS using the UnixFS
data format
cat <ipfs-path> Download IPFS objects
get <ipfs-path> Download IPFS objects
Options:
--help Show help [boolean]
> node src/cli/bin.js files add --help
src/cli/bin.js files add <file>
Options:
--help Show help [boolean]
--recursive, -r [boolean] [default: false] |
nice, just tried it out, I like it :) let's merge it it :) |
@RichardLitt how is the ipfs mans coming along? |
I haven't had much bandwidth for this since getting back. :( |
Make the cli interface a little bit more awesome :)
ronin
withyargs
, closes cli: doc: OPTIONS output not working #331version
command to return the actual version ofjs-ipfs
not the version in the config. Closesjsipfs version
should work without any ipfs repo #377